MySqlGuid Constructor(Byte[])
In This Topic
Initializes a new instance of the MySqlGuid class from the specified array of bytes.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal () As Byte _
) |
|
|---|
public MySqlGuid(
byte[]
) |
Parameters
- value
- GUID value.
See Also